-
Notifications
You must be signed in to change notification settings - Fork 168
Using FieldSet.from_sgrid_conventions() in tutorials #2437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using FieldSet.from_sgrid_conventions() in tutorials #2437
Conversation
reint-fischer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice to see this become easier! Just a few minor comments on impacts for the rendered notebooks.
Implementing the review comments by @reint-fischer
As suggested in the second "note" at https://sgrid.github.io/sgrid/#3d-grid
VeckoTheGecko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good , though now there are a bunch of merge conflicts to resolve
|
Yep, I'll fix them before merging |
Now that we have a
FieldSet.from_sgrid_conventions()(thanks to #2432), we can use this in the tutorials to simplify the creation of FieldSets. This requires though thatsimple_UV_datasetreturns an SGRID-compliant DataSet, which is also implemented in this PR. And that required the tests to be updated